![]() |
CountCollectionItems |
||||
Header: | Collections.h | Carbon status: | Supported | |
Determines the total number of items in a collection.
SInt32 CountCollectionItems ( Collection c );
A reference to the collection object whose items you want to count. The behavior of this function is undefined if you do not provide a reference to a valid collection object.
The total number of items in the c collection.0
To count the items in a collection that have a specified collection tag, use the CountTaggedCollectionItems function.
Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)